﻿2026-07-28T02:39:08.0858310Z ##[group]Run actions/checkout@v5
2026-07-28T02:39:08.0859183Z with:
2026-07-28T02:39:08.0859665Z   fetch-depth: 2
2026-07-28T02:39:08.0860061Z   repository: BigscreenVR/spt-bs-core
2026-07-28T02:39:08.0862873Z   token: ***
2026-07-28T02:39:08.0863234Z   ssh-strict: true
2026-07-28T02:39:08.0863594Z   ssh-user: git
2026-07-28T02:39:08.0863962Z   persist-credentials: true
2026-07-28T02:39:08.0864348Z   clean: true
2026-07-28T02:39:08.0864701Z   sparse-checkout-cone-mode: true
2026-07-28T02:39:08.0865116Z   fetch-tags: false
2026-07-28T02:39:08.0865470Z   show-progress: true
2026-07-28T02:39:08.0865827Z   lfs: false
2026-07-28T02:39:08.0866154Z   submodules: false
2026-07-28T02:39:08.0866501Z   set-safe-directory: true
2026-07-28T02:39:08.0866901Z   allow-unsafe-pr-checkout: false
2026-07-28T02:39:08.0867310Z ##[endgroup]
2026-07-28T02:39:08.1638612Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-28T02:39:08.1640226Z ##[group]Getting Git version info
2026-07-28T02:39:08.1640899Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-28T02:39:08.1641848Z [command]/usr/bin/git version
2026-07-28T02:39:08.1642285Z git version 2.43.0
2026-07-28T02:39:08.1655026Z ##[endgroup]
2026-07-28T02:39:08.1666880Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1dfffe8d-c73d-4b9e-8d98-d59215ebf44a' before making global git config changes
2026-07-28T02:39:08.1668110Z Adding repository directory to the temporary git global config as a safe directory
2026-07-28T02:39:08.1670452Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-28T02:39:08.1702506Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-28T02:39:08.1721988Z https://github.com/BigscreenVR/spt-bs-core
2026-07-28T02:39:08.1732229Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-28T02:39:08.1734726Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-28T02:39:08.1752433Z HEAD
2026-07-28T02:39:08.1782476Z ##[endgroup]
2026-07-28T02:39:08.1783739Z [command]/usr/bin/git submodule status
2026-07-28T02:39:08.1956647Z ##[group]Cleaning the repository
2026-07-28T02:39:08.1992859Z [command]/usr/bin/git clean -ffdx
2026-07-28T02:39:08.2030721Z [command]/usr/bin/git reset --hard HEAD
2026-07-28T02:39:08.2086838Z HEAD is now at 899f4660 Merge pull request #112 from BigscreenVR/release/v0.45.0
2026-07-28T02:39:08.2092085Z ##[endgroup]
2026-07-28T02:39:08.2093763Z ##[group]Disabling automatic garbage collection
2026-07-28T02:39:08.2096845Z [command]/usr/bin/git config --local gc.auto 0
2026-07-28T02:39:08.2121181Z ##[endgroup]
2026-07-28T02:39:08.2121899Z ##[group]Setting up auth
2026-07-28T02:39:08.2126935Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-28T02:39:08.2151265Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-28T02:39:08.2339475Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-28T02:39:08.2364002Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-28T02:39:08.2562072Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-28T02:39:08.2589806Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-28T02:39:08.2773706Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-28T02:39:08.2805781Z ##[endgroup]
2026-07-28T02:39:08.2806705Z ##[group]Fetching the repository
2026-07-28T02:39:08.2813031Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +58ff39c1959d9538e0f8816c8809480e3fde6f6a:refs/remotes/pull/114/merge
2026-07-28T02:39:08.7288857Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-28T02:39:08.7290179Z  * [new ref]           58ff39c1959d9538e0f8816c8809480e3fde6f6a -> pull/114/merge
2026-07-28T02:39:08.7310221Z ##[endgroup]
2026-07-28T02:39:08.7310849Z ##[group]Determining the checkout info
2026-07-28T02:39:08.7311998Z ##[endgroup]
2026-07-28T02:39:08.7316175Z [command]/usr/bin/git sparse-checkout disable
2026-07-28T02:39:08.7356413Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-28T02:39:08.7385021Z ##[group]Checking out the ref
2026-07-28T02:39:08.7385918Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/114/merge
2026-07-28T02:39:08.7535316Z Previous HEAD position was 899f4660 Merge pull request #112 from BigscreenVR/release/v0.45.0
2026-07-28T02:39:08.7537676Z HEAD is now at 58ff39c1 Merge ea13f02c719e159880af1288a14ddde5b08f01a3 into f7ff68f8805ed594b0ec317e1b0cad60c9052541
2026-07-28T02:39:08.7544458Z ##[endgroup]
2026-07-28T02:39:08.7581600Z [command]/usr/bin/git log -1 --format=%H
2026-07-28T02:39:08.7603879Z 58ff39c1959d9538e0f8816c8809480e3fde6f6a
